home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_q_t / stsbar12.zip / SBTEST.MAK < prev    next >
Text File  |  1991-10-08  |  831b  |  27 lines

  1. ##===========================================================================
  2. ##
  3. ##  Program          : SBTEST.MAK
  4. ##  Version          : 1.2.0
  5. ##  Operating System : DOS / Windows 3.0 / Microsoft C 6.0
  6. ##  Author           : Jean-Marc Krikorian
  7. ##                     525 Sandy Lane 
  8. ##                     Libertyville, IL  60048 
  9. ##                     (708) 816-3314 
  10. ## 
  11. ##  Copyright 1991 Jean-Marc Krikorian. All Rights Reserved.
  12. ## 
  13. ##===========================================================================
  14.  
  15. sbtest.exe: sbtest.obj sbtest.def
  16.     link /NOD sbtest,,NUL, libw slibcew, sbtest.def
  17.     rc sbtest.res
  18.  
  19. sbtest.obj: sbtest.c sbtest.h stsbar.ext
  20.     cl -c -AS -Gsw -W3 -WX -Os -Zp sbtest.c
  21.  
  22. sbtest.res: sbtest.rc sbtest.h
  23.     rc -r sbtest.rc
  24.  
  25. sbtest.exe: sbtest.res
  26.     rc sbtest.res
  27.